From: Andreas Schwab Date: Thu, 28 Jun 2007 09:13:07 +0000 (+0000) Subject: ($(lisp)/mh-e/mh-loaddefs.el): Depend on X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2317 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b950ab7b86d2c79b6a83b761f27dec39e03b9ae6;p=emacs.git ($(lisp)/mh-e/mh-loaddefs.el): Depend on $(lisp)/subdirs.el. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8adaa27e619..dff3009b215 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(lisp)/mh-e/mh-alias.el \ $(lisp)/mh-e/mh-xface.el mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el -$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC) +$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC) echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@ echo "" >> $@ echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@